func golang.org/x/sys/unix.fchmodat2
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L71: err := fchmodat2(dirfd, path, mode, flags)
zsyscall_linux.go#L40: func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)